home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 Game / Image.bin / Humor / Billmo Comedy / Billmo Comedy Skit / Billmo Comedy Skit.0 / 00046_Shake Loop.ls < prev    next >
Encoding:
Text File  |  1997-05-01  |  99 b   |  9 lines

  1. on exitFrame
  2.   put soundBusy(1)
  3.   if soundBusy(1) then
  4.     go("1")
  5.   else
  6.     go("2")
  7.   end if
  8. end
  9.